Skip to content
Snippets Groups Projects
Commit 456693e0 authored by Arno Schoenmakers's avatar Arno Schoenmakers
Browse files

Task #4494: Adapt PVSS Db creation file to create 250 TempObs datapoints

parent d20eda37
No related branches found
No related tags found
No related merge requests found
......@@ -749,7 +749,7 @@ substitute_observation()
{
hasObservation=index($1,"@observation@");
if (hasObservation > 0) {
for (obsNr = 1; obsNr < 101; obsNr++) {
for (obsNr = 1; obsNr < 251; obsNr++) {
dpname=$1;
obsbase="TempObs0"obsNr;
if (obsNr < 10) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment